home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / util / cli / RemoveReturn.lha / RemoveReturn.readme < prev    next >
Encoding:
Text File  |  1998-04-24  |  1.9 KB  |  36 lines

  1. Short:    Command, will rip carriage returns from text files.  vbcc harlock
  2. Author:   harlock@tso.cin.ix.net
  3. Uploader: harlock@tso.cin.ix.net
  4. Version:  april 24, 1998
  5. Type:     util/cli
  6.  
  7.    This is an amigados command, which I wrote and compiled useing the
  8. fabulous vbcc C Compiler.  If you tried one of the older versions,
  9. but haven't tried the all new 0.6a, you need to try it.  This FREE
  10. Compiler now compiles code for the Power PC amigas!!!  The package is
  11. not TOO hard to set up, and it works great.  To anyone out
  12. there who'd like to start programming for the amiga, but has no idea on 
  13. where to start, "Yeah I had that same problem not to long ago myself", 
  14. try downloading this compiler, and if you have any questions on how to
  15. set it up, or how any of the components fit together, I'de be happy
  16. to help out where I can.  just email me at the address above.  I am
  17. currently takeing a class in computer science, and am useing the
  18. Borland c++ compiler at school.  I wrote this command so I could
  19. bring the source files home and compile them on the amiga without
  20. haveing to go in by hand and take out the carriage returns.
  21.  
  22.                            Sincerely,
  23.                                Harlock
  24.  
  25. PS. This is an updated version.  The last one was uploaded in January.
  26.     I decided that I didn't really like the way the other one behaved.
  27.     Typeing all of those arguments got to be to much of a hassle, so I
  28.     rewrote the command so that it takes one arg, the filename.  Whatever
  29.     text file is specified is overwritten by the new textfile which has no
  30.     carriage returns.  This setup lends itself well to a dopus button or
  31.     the like wich can be pressed and zing the file has no CR's.  I have been
  32.     useing this command for months and have had no problems, but if your
  33.     really worried about an important text file, you might want to make a
  34.     backup before you run this prog on it.
  35.  
  36.